Skip to content

Instantly share code, notes, and snippets.

View viralmodi's full-sized avatar

Viral Modi viralmodi

  • Oracle
View GitHub Profile
@viralmodi
viralmodi / Program.cs
Created August 25, 2020 06:47
Pushing a web image to Oracle Cloud Object Storage service
using Oci.Common;
using Oci.Common.Auth;
using Oci.ObjectstorageService;
using Oci.ObjectstorageService.Models;
using Oci.ObjectstorageService.Requests;
using Oci.ObjectstorageService.Responses;
using System;
using System.IO;
using System.Net;
using System.Threading.Tasks;