Reply To: How to tag individual files on upload to S3?

Reply
Martin Slowey
Customer

Hi Michael, I don’t seem to be having much success triggering the filter.

add_filter( ‘syncs3_putobject_args’, ‘syncs3_putobject_args_tags’, 10, 4 );
function syncs3_putobject_args_tags( $args, $file, $entry, $form_id ) {
$args[‘StorageClass’] = ‘GLACIER’;
return $args;
}

Your Cart
Your cart is currently empty.
Open Cart