23 Sep 2022

Direct-to-S3 - New deprecation Date!

Default blog image

We heard you, and we will be extending the deprecation date for the Migration to S3.

The new date is December 31st, 2022! If you haven't had a chance to do this migration, I encourage you to work on it and let us know how we can help.

As of now the following endpoints have been marked as deprecated in the documentation and you should not be using them anymore.

Also, when using Signed endpoint, there is a new Query Parameter that guarantees your data migration to Direct to S3. Use the following param in your calls useCdn=true.

curl
  -X POST
  -H "Authorization: Bearer L1yVvPcJDWel0oV3xlYnq7AMZIQE"
  -H "Content-Type: application/json;charset=UTF-8" 
  --data '
    {
      "minutesExpiration" : 45
      "singleUse" : true
    }'
  https://developer.api.autodesk.com/oss/v2/buckets/apptestbucket/objects/test.txt/signed?access=write&useCdn=true

Our Documentation for Design Automation has been updated and the preparation for cloud storage now points with the correct approach using Direct to S3 endpoints. Learn more about it in our tutorials

More information can be found in our post about this initiative found here - https://forge.autodesk.com/blog/data-management-oss-object-storage-service-migrating-direct-s3-approach

Thank you again for all your business and please feel free to reach out to us through forge.help@autodesk.com

Related Article