aws-amplify/amplify-js

Generate CheckSum while uploading object using Storage category

muvashi opened this issue · 3 comments

Is this related to a new or existing framework?

Angular, React, React Native, Vue, Web Components, Next.js

Is this related to a new or existing API?

Storage

Is this related to another service?

No response

Describe the feature you'd like to request

When using S3 PubObjectCommand API, we can specify the CheckSumAlgorithm which generate the checksum in S3 that can be used later.

However, there is no option to generate the checksum via Amplify storage API call.

Describe the solution you'd like

Option to pass ChecksumAlgorithm while using Storage.put() API call.

Describe alternatives you've considered

.

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

Thanks for quick action on that ticket.

Do you know how long it might take? I need to put something in our system.

Hello, @wiewiur667 👋 and thank you for opening this issue. I've marked it as a feature request at this time because we do not currently support passing ChecksumAlgorithm while calling the Storage.put() API. I'll review this with the team internally and provide updates on any progress as it's made.