Hello.
This was my first time using Object Storage. I want to ask, is it possible for me to upload via API URL? like upload via PHP but the file will be stored in Storj.
For example :
API URL : https://api.storj.io/upload/to/myBucket?api_key=MY_API_KEY
then I send the file/image through that URL API. (PUT)
1 Like
Welcome to the forum @arachi004 !
There is a php implementation
2 Likes
Alexey
November 20, 2022, 7:38am
#3
Hello @arachi004 ,
Welcome to the forum!
It’s also possible to do it not only with uplink binding, but using a presigned URLs or with AWS SDK . But please note - in this case you will use a server-side encryption , unlike with a native integration and client-side encryption .
2 Likes