You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(aws-s3): initial support for website hosting (#946)
Adds basic support for website hosting for S3 buckets.
Users can specify `websiteIndexDocument` and optionally
`websiteErrorDocument` to enable website hosting.
The property `publicReadAccess` can be used to
grant public read access to the bucket (similar to
calling `grantPublicAccess`).
No support for redirects yet.
0 commit comments