mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 23:42:17 +00:00
provider-storj: Getting error 'not found' for every uploaded file #84
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anaschaudhary33 on GitHub.
Originally assigned to: @stefanbenten on GitHub.
I have setup storj as provider. I can successfully upload the file, (I can verify the uploaded file in the storj bucket) but when I open the output url it giving me error 'Not found'.
Log
@stefanbenten commented on GitHub:
Do you see both files in the bucket?
There should be the raw file and the .metadata file. The above suggests, that the metadata file isnt there. @anaschaudhary33
@anaschaudhary33 commented on GitHub:
Both filename and filename.metadata are present in the storj bucket.
@stefanbenten commented on GitHub:
Could it be that your access grant does not allow list/download/deletes?
Did you try listing the bucket and downloading the file using the same access grant?
@anaschaudhary33 commented on GitHub:
I have recheck(using uplink cli) that the access grant is able to list+download+delete.
I have also changed the access grant after verifying it's able to list+download+delete, but the error remains same.
@stefanbenten commented on GitHub:
Would you mind sharing the setup details (without the secrets of course)? Command line arguments would help to double check.
I just setup a test instance and it works as expected..
@anaschaudhary33 commented on GitHub:
I have deployed docker image through northflank.com.
$PROVIDER$STORJ_ACCESSand$STORJ_BUCKET/go/bin/transfersh --listener :8080@dillfrescott commented on GitHub:
Ok it has to do with the docker version. I ran it from the binary and it works fine...
@dillfrescott commented on GitHub:
Both the file and the metadata file are in the bucket too
@dillfrescott commented on GitHub:
Same error for me using storj
@anaschaudhary33 commented on GitHub:
Tried similar setup with fly.io but no luck.
@paolafrancesca commented on GitHub:
@dillfrescott so we can close the issue, do we?
@paolafrancesca commented on GitHub:
@dillfrescott , @stefanbenten I had the same problem while testing #535
see my comment at https://github.com/dutchcoders/transfer.sh/pull/535#issuecomment-1454942106
I will try to reproduce with docker before and after #535 being merged
@stefanbenten commented on GitHub:
Lemme troubleshoot it when i get some spare cycles. I cannot see why docker would do something different..
@dillfrescott commented on GitHub:
Okay