Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading to S3 bucket #5

Closed
CameronGleichauf opened this issue Oct 1, 2021 · 3 comments
Closed

Uploading to S3 bucket #5

CameronGleichauf opened this issue Oct 1, 2021 · 3 comments

Comments

@CameronGleichauf
Copy link

Is the:

final endpoint = 'https://$bucket.s3-$region.amazonaws.com';

syntax still proper for s3 buckets? I am getting a "SocketException: Failed host lookup: {endpoint}" error when I try to upload a file to S3

@CameronGleichauf
Copy link
Author

Believe the endpoint should be structured: 'https://s3.$region.amazonaws.com/$bucket' instead

@Serdnad
Copy link
Owner

Serdnad commented Jun 29, 2022

Should be fixed by #11

@Serdnad Serdnad closed this as completed Jun 29, 2022
@mwakaambrose
Copy link

@Serdnad Endpoint still doesn't work for me. Could you maybe expose the endpoint as an optional param?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants