Skip to content

Commit 52d10b7

Browse files
committed
chore: add gen2 access type link for group access
1 parent 40e494c commit 52d10b7

File tree

1 file changed

+2
-0
lines changed
  • src/pages/gen1/[platform]/build-a-backend/storage/download

1 file changed

+2
-0
lines changed

src/pages/gen1/[platform]/build-a-backend/storage/download/index.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -369,5 +369,7 @@ Users can run into unexpected issues, so we are giving you advance notice in doc
369369
- [Image compression](https://github.com/aws-amplify/amplify-js/issues/6081) or CloudFront CDN caching for your S3 buckets is not yet possible.
370370
- There is currently [no API for getting the identityId of other users](https://github.com/aws-amplify/amplify-js/issues/5177); you have to retrieve this from elsewhere before calling `downloadData`.
371371
- `downloadData` does not provide a cache control option and it replies on runtime HTTP caching behavior. If you need to bypass the cache, you can use the `getUrl` API to create a presigned URL for downloading the file.
372+
- `downloadData` does not support S3 object versioning, it always downloads the latest version.
373+
- There is no API for [Cognito Group-based access to files](https://github.com/aws-amplify/amplify-js/issues/3388). You may use [Amplify Gen2 Storage](/[platform]/build-a-backend/storage/authorization/#access-types) to achieve this.
372374

373375
</InlineFilter>

0 commit comments

Comments
 (0)