furaiev / amazon-cognito-identity-dart-2

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
186 stars 114 forks source link

zip file broken #229

Closed mkbsugita closed 1 year ago

mkbsugita commented 1 year ago

I watched For S3 GET Object tutorial below

https://pub.dev/packages/amazon_cognito_identity_dart_2#signing-requests

but zip file was broken (can't unzip, via mac also). how to fix? or option needed?

        headers: {
          'Authorization': authorization,
          'x-amz-content-sha256': payload,
          'x-amz-date': datetime,
          'x-amz-security-token': sessionToken!,
          'content-type': 'application/zip',
        }

I added content-type but doesn't work

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.