Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Downloadable products ACL Private in S3/Digital Ocean Spaces
Tagged: ACL, DigitalOcean Spaces, s3, upload
- This topic has 1 reply, 2 voices, and was last updated 4 years, 11 months ago by WCFM Forum.
- AuthorPosts
- December 11, 2019 at 5:23 am #96976martin gomezParticipant
Hi!
I have Wcfm Ultimate and MediaCloud Plugin in order to upload media files to DigitalOcean Spaces (offloadd media content). I upload files to Spaces in public mode but i want to upload them as private if its a downloadable product. MediaCloud developers says that they cant know if the uploaded file is a normal media file or a downloadable file BUT, as the file is uploaded from WCFM Dashboard i want to know if its possible to add something so MediaCloud can know that they should upload as private.
He gave me this code.Do you have something in mind to perform this? I only need something to distinguish normal media upload from downloadable products.
add_filter('media-cloud/storage/override-privacy', function($privacy, $key, $file, $meta) { if (isset($meta['image_meta']) || isset($meta['sizes'])) { // this is the main image. } else { // this is a thumbnail or sized version of the main image. } return $privacy; }, 1000, 4);
This is the forum question https://talk.mediacloud.press/topic/172/setup-for-woocommerce-downloadable-products/5
if this counts as personalization please i need a quoation!
Thanks!
- December 12, 2019 at 5:15 pm #97234WCFM ForumMember
Already discussing over email, closing here!
- AuthorPosts
- The topic ‘Downloadable products ACL Private in S3/Digital Ocean Spaces’ is closed to new replies.