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

[FR]Storage Manager: Add transfer acceleration option #5163

Open
2 tasks
rinald-ta opened this issue Apr 16, 2024 · 1 comment
Open
2 tasks

[FR]Storage Manager: Add transfer acceleration option #5163

rinald-ta opened this issue Apr 16, 2024 · 1 comment
Labels
feature-request Request a new feature Storage An issue or a feature-request for Storage Component StorageManager StorageManager related issue of feature request

Comments

@rinald-ta
Copy link

rinald-ta commented Apr 16, 2024

On which framework/platform would you like to see this feature implemented?

React

Which UI component is this feature-request for?

Storage (Storage Manager)

Please describe your feature-request in detail.

Right now, there doesn't seem to be an option to use the transfer acceleration endpoint when uploading files via the StorageManager component.

Storage APIs have an optional useAccelerateEndpoint, e.g.

import { uploadData } from 'aws-amplify/storage';

uploadData({
  key,
  data: file,
  options:  {
    useAccelerateEndpoint?: boolean; // Whether to use accelerate endpoint.
  }
});

Please describe a solution you'd like.

I would like to have the option of using transfer acceleration with the StorageManager component

import { StorageManager } from '@aws-amplify/ui-react-storage'

const Component = () => {
  return (
    <StorageManager
      accessLevel="guest"
      maxFileCount={1}
      useAccelerateEndpoint={true}
    />
  )
}

We love contributors! Is this something you'd be interested in working on?

  • 👋 I may be able to implement this feature request.
  • ⚠️ This feature might incur a breaking change.
@rinald-ta rinald-ta added the feature-request Request a new feature label Apr 16, 2024
@github-actions github-actions bot added the pending-triage Issue is pending triage label Apr 16, 2024
@esauerbo
Copy link
Contributor

@rinald-ta thank you for your feature request, we'll consider this in our roadmap planning. If others are interested please thumbs up this issue.

@esauerbo esauerbo added Storage An issue or a feature-request for Storage Component StorageManager StorageManager related issue of feature request and removed pending-triage Issue is pending triage labels Apr 16, 2024
@esauerbo esauerbo changed the title [Storage Manager] Add transfer acceleration option [FR]Storage Manage: Add transfer acceleration option Apr 16, 2024
@esauerbo esauerbo changed the title [FR]Storage Manage: Add transfer acceleration option [FR]Storage Manager: Add transfer acceleration option Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request a new feature Storage An issue or a feature-request for Storage Component StorageManager StorageManager related issue of feature request
Projects
None yet
Development

No branches or pull requests

2 participants