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

Add support for upload on s3 bucket in eu-central-2 #546

Open
dbouclier opened this issue Jan 23, 2024 · 0 comments
Open

Add support for upload on s3 bucket in eu-central-2 #546

dbouclier opened this issue Jan 23, 2024 · 0 comments

Comments

@dbouclier
Copy link

I'm migrating my buckets from eu-central-1 (Frankfurt) to eu-central-2 (Zurich),
using following example configuration code which is working well when storeTo:region = "eu-central-1,
bucket configuration are exactly the same in both region

       client
            .picker({
                fromSources: ['local_file_system'],
                storeTo: {
                    location: 's3',
                    region: 'eu-central-2',
                    container: 'filestack-uploads',
                },
                ... 
                }

Expected Behavior

I expect same behavior as eu-central-1

call "https://upload.filestackapi.com/multipart/start" will return 200
and then call https://upload.filestackapi.com/multipart/complete will succeed too

Current Behavior

call to "https://upload.filestackapi.com/multipart/start" return HTTP 400 with this payload

{"error":"invalid params: store:region","timestamp":1706021363}

Additional Screenshots

1
image

Your Environment

  • Version used: "filestack-js": "^3.30.0",
  • Browser Name and version: Firefox 121.0.1
  • Operating System and version (desktop or mobile): Linux Mint
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

1 participant