question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hey,

Very good library, thanks ! I also need fast get and deleteObject very fast 😃 I added get function:

`static get(fileUrl, options, type) { options = Object.assign({}, options, { key: (options.keyPrefix || ‘’), contentType: type });

  let url = `http://${ options.bucket }.s3.amazonaws.com/${ fileUrl }`;
  let method = "GET";
  let policy = S3Policy.generate(options);

  return Request.create(url, method, policy)
    .send()
    .then(setBodyAsParsedXML);

}` But it doesnt work. Any suggestions ? Thanks.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
j4p3commented, Jul 11, 2016

Also working on presigned posts. I’ve used them with straight form-data but RN is proving to be tougher.

0reactions
edoantoniococommented, Feb 23, 2019

a way to get objects from the bucket is very much needed

Read more comments on GitHub >

github_iconTop Results From Across the Web

iOS 16 - New Features - Apple
See all the latest features, enhancements, app updates, and more in iOS 16 for iPhone.
Read more >
New Android features and updates.
The newest features and updates. Messaging and entertainment made better. Powerful photo editing abilities. A huge upgrade to messaging. And new ways to ......
Read more >
6 new features on Android this summer - The Keyword
6 new features on Android this summer · 1. Android Earthquake Alerts System is rolling out globally · 2. Star what's important with...
Read more >
A Guide to Announcing New Features Effectively - UserGuiding
It is necessary to announce your new features correctly because the announcement will be decisive in whether the new feature will be adopted ......
Read more >
Choose when users get new features - Google Workspace ...
As an administrator, you can choose whether new features appear soon after the feature is announced or later by selecting a release track....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found