Method: XCCache::S3Storage#push

Defined in:
lib/xccache/storage/s3.rb

#pushObject



18
19
20
# File 'lib/xccache/storage/s3.rb', line 18

def push
  s3_sync(src: config.spm_cache_dir, dst: @uri)
end