    URL       = "s3.openintegrations.dev";
    AccessKey = "bayselo...";
    SecretKey = "12we34...";
    Region    = "BTC";

    BasicData = OPI_S3.GetBasicDataStructure(URL, AccessKey, SecretKey, Region);

    Name   = "pictureSmall.jpg";
    Entity = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary data

    Directory = True; // Formation URL in path-style
    Bucket = "w567hjy1";
    Result = OPI_S3.UploadFullObject(Name, Bucket, Entity, BasicData, , Directory);