skmap.misc.ControlS3#
- class ControlS3(endpoint_url, access_key, secret_key)[source]#
Bases:
objectMethods
create_empty_filelistmove_completed_tilepush_fileremoveSeturn a slurm tile to compute if available, and move the tile in the doing folder.
- select_slurm_tile(bucket_prefix, server_name, deplete_doing=True, max_attempts=100)[source]#
Seturn a slurm tile to compute if available, and move the tile in the doing folder.
- Parameters:
- Return type:
- Returns:
A tuple with convention
available, tilewhere if a tile is availableavailableisTrueandtileis the tile string, otherwiseavailableisFalseandtileisNone.