Code

Discussion on Amazon S3 - Droppy online file transfer and sharing

Discussion on Amazon S3 - Droppy online file transfer and sharing

Cart 587 sales

Proxibolt supports this item

Supported

This author's response time can be up to 2 business days.

89 comments found.

The files uploaded in the temp folder are uploaded to the wasabi cloud from the uploads folder, but sometimes they are not deleted after uploading.

Hi,

Thanks for the feedback! Are files not being deleted from the temp folder or the uploads folder? And are the files that are not being deleted associated to the uploads that exist in Wasabi or are they different files?

Thanks in advance!

I have defined the cron jobs, it works fine, but the uploads to the wasabi bucket rarely result in negative results, and it stays in the downloads folder. I am getting this error while changing language on the site. If you change language constantly, you may encounter an error. https://sitename.com/handler/changelanguage/english?redirect=https://sitename.com

Hi,

I’ve replied to your ticket!

Is it possible to use a custom domain (cname) instead of the s3 url address?

This isn’t possible at the moment, but I’ll look into it.

Would be great to have GDPR built in like weTransfer.

I’ve replied to your other comment

Hello,

there is no documentation explaining how to integrate it with wasabi.

Hi,

You need to fill the endpoint field with one from the following page https://wasabi-support.zendesk.com/hc/en-us/articles/360015106031-What-are-the-service-URLs-for-Wasabi-s-different-storage-regions- also make sure to take a look at the following article https://proxibolt.zendesk.com/hc/en-us/articles/4404356651026-S3-add-on-doesn-t-work

If you need any help then please feel free to send me an email at support@proxibolt.com

Hello, I was using this plugin for uploading files to wassabi. But almost all uploads stacking with processing stage. the connection with wassabi works as with the link everything is fine

Hi,

I’ve just replied to your ticket.

Please I need help, I install the plugin but all the upload still doing it in my server

Hi,

Could you please create a ticket over here https://proxibolt.zendesk.com/hc/en-us/requests/new and include some more info about your settings etc.

Thanks in advance!

Hello, good script but when transferring a large file from 1GB the transfer to Wasabi does not work.

can you fix it for the next update?

thank you

Hi,

1GB file should work, also for Wasabi. Could you please send me an email at support@proxibolt.com including some more details about your setup.

Is this project still active? Still usable, everyone? I don’t see the author replying back to the user, right?

Hi I have a site, where user upload deigital product to sell. Now in my site, user uploaded image files goes to S3, but the Zip file do not go. Actually the developer created the system that way. but I want to auto upload both image and zip file to S3, can you help me with this, thanks.

Dokan marketplace support?

Hello there, When uploading large files (15GB for example) it throws it to ftp and not upload to amazon. Small files are OK. This problem is very important.

Also, when loading large files, the browser starts to swell around 50%.

I would be glad if you could help.

i purchased item how can i make it as a project. i hosted in amazon domin but not working

Hello, Yess, works like a charm! Thank you!

dosya yükle

Hi Proxibolt,

I’m having a bit of confusion around the actual purpose of this plugin. My assumption is that it would use S3 compatible storage for all uploads and downloads however this does not seem to be the case.

I understand that the plugin stores data on the local server first, and then zips it to S3, then removes it from the local server.

Once files are moved to S3 are they actually downloaded directly from S3 when a user attempts to grab a file or are they re-downloaded back the local server for the user to download? What exactly is the back-end process?

Our whole reason for purchasing was to have S3 handle ALL storage and downloads. Offloading storage to S3 (or other compatible) instead of the web server hosting the Droppy app. Kind of disappointed with how this plugin actually functions. It’s not how you would imagine it should.

Thanks.

Hello,

Which site should I use for S3 storage?

dosya yükle

Hi,

There are many different S3 providers, you can choose from AWS S3, Wasabi, Digitalocean spaces and many more. You’re able to use all storage providers that support the S3 protocol.
I can’t really tell which one is “the best”.

I hope that this helps you out.

Thank you,

hi, can u add wasabi storage?

very good.

hi someone suggested this 2 years ago. i’m wondering if you have implemented it yet:

NO Zipping -> Direct Upload to S3

because as it is now, we are incurring two storage costs. the cost of storing the files on my hosting and the cost of the s3 provider.

do files get deleted from my server once they have been transferred to s3?

Hi, The files will go to your web server first, they’re zipped together and are pushed to your S3 bucket, when the file is completely uploaded to the bucket Droppy will immediately delete the file from your web server. The storage of your web server is only used temporarily, all uploaded files are eventually stored in the S3 bucket.

I hope that this answers your question.

hi admin, i try to setup with wasabi.. whats wrong here ?? the uploads go still to /uploads on rootserver not to wasabi.. and the bucket is also on “Public Access”

{ "aws": { "endpoint": "http://s3.wasabisys.com", "key" : "mykey", "secret" : "mysecretkey" }, "s3": { "region" : "eu-central-1", "bucket" : "mybucketname", "path" : "" } }<code /></code>

Hi,

Make sure you’re using the endpoint url of your Wasabi region, all endpoints can be found over here https://wasabi-support.zendesk.com/hc/en-us/articles/360015106031-What-are-the-service-URLs-for-Wasabi-s-different-regions-
So in your case your endpoint should be set to https://s3.eu-central-1.wasabisys.com (Make sure to always add https:// at the beginning).

I hope that this will help you out, feel free to send me an email at support@proxibolt.com if you require any further help.

Why are you making installing plugin more difficult? Before now, I can just go and upload plugin, now it it not so. Even after my developer uploads the plugin, there [is no space for configuring the plug in. Why ???

There’s an configuration file included, i’ve removed the options from the admin panel because your AWS credentials are more secure inside a file on your server than they are in your admin panel.

Hello. I purchased this extention sime time ago and just got around to install it. The issue I have is that the download link doesn’t work: it takes me to the homepage. The zip archive is transferred to S3 bucket, but the link doesn’t work. Link example: http://filetransfers.eu/q2hfPmu

Hi,

Could you please try changing your .htaccess file to the following:
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^([^/]+)$ index.php?download=$1 [L]
RewriteRule ^page/([a-z0-9_-]+)$ index.php?page=$1 [QSA,L]

RewriteCond %{HTTPS} !=on
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

Please send an email to support@proxibolt.com if you need any further assistance.

Yess, works like a charm! Thank you!

That’s great to hear ! Let me know if there’s anything else I can do.

Digitalocean Spaces compitable?

Hi,
Currently not, but this is something that’s on my to-do list.

Hi, Digitalocean spaces can now be used with the S3 plugin ! Please let me know if there’re any questions,

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey