This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'babel-polyfill/dist/polyfill.js'; | |
import 'zone.js/dist/zone.js'; | |
import 'zone.js/dist/long-stack-trace-zone'; | |
import 'zone.js/dist/proxy.js'; | |
import 'zone.js/dist/sync-test'; | |
import 'zone.js/dist/jasmine-patch'; | |
import 'zone.js/dist/async-test'; | |
import 'zone.js/dist/fake-async-test'; | |
import { getTestBed } from '@angular/core/testing'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'aws-sdk' | |
class S3SyncService | |
attr_reader :from_bucket, :to_bucket, :logger | |
attr_accessor :debug | |
# from_credentials and to_credentials are both hashes with these keys: | |
# * :access_key_id | |
# * :secret_access_key |
NewerOlder