feat: get all data
This commit is contained in:
parent
3fb9e49377
commit
ed47ff673f
@ -21,8 +21,7 @@ const FileDetails = () => {
|
||||
s3.getObject(
|
||||
{
|
||||
Bucket: route.params.bucket,
|
||||
Key: route.params.file,
|
||||
Range: 'bytes=0-1',
|
||||
Key: route.params.file
|
||||
},
|
||||
(err, data) => {
|
||||
if (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user